home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / fire-man.swf / scripts / frame_583 / PlaceObject2_113_4 / CLIPACTIONRECORD onClipEvent(keyDown).as
Encoding:
Text File  |  2011-10-17  |  159 b   |  7 lines

  1. onClipEvent(keyDown){
  2.    _root.ARRIBA = key.getCode();
  3.    _root.BTNpress.start();
  4.    _root.controles.data.ARRIBA = _root.ARRIBA;
  5.    _root.nextFrame();
  6. }
  7.